home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00273_boxchoose.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  261 b   |  10 lines

  1. on prepreward
  2.   repeat with xxx = 5 to 48
  3.     set the visible of sprite xxx to 1
  4.     puppetSprite(xxx, 0)
  5.     set the locH of sprite xxx to the locH of sprite xxx
  6.     set the castNum of sprite xxx to the castNum of sprite xxx
  7.     updateStage()
  8.   end repeat
  9. end
  10.